github.com/gotd/td/mtproto.Conn.writeServiceMessage (method)
5 uses
github.com/gotd/td/mtproto (current package)
ack.go#L20: if err := c.writeServiceMessage(ctx, &mt.MsgsAck{MsgIDs: buf}); err != nil {
ping.go#L27: if err := c.writeServiceMessage(ctx, &mt.PingRequest{PingID: pingID}); err != nil {
ping.go#L68: if err := c.writeServiceMessage(ctx, &mt.PingDelayDisconnectRequest{
salt.go#L43: if err := c.writeServiceMessage(ctx, request); err != nil {
write.go#L16: func (c *Conn) writeServiceMessage(ctx context.Context, message bin.Encoder) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |